Click or drag to resize

AppointmentDeletedOccurrences Property

Contains an array of deleted occurrences of a recurring appointment.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<DeletedOccurrence> DeletedOccurrences { get; }

Property Value

Type: IListDeletedOccurrence
The deleted occurrences.
See Also